Skip to content

guppy3: add build-guppy3.yml for riscv64 wheels - #1491

Merged
luhenry merged 1 commit into
mainfrom
guppy3
Sep 8, 2026
Merged

luhenry merged 1 commit into
mainfrom
guppy3

Conversation

@luhenry

@luhenry luhenry commented Sep 8, 2026

Copy link
Copy Markdown
Member

Compiles the heapy/setsc C extensions used for CPython heap introspection. Upstream publishes no riscv64 wheel.

Mirrors upstream's workflow.yml build_wheels_native job.

Differs from upstream

  • Nothing beyond the riscv64 image.

Matrix: cp310-cp314, no cp314t - rootstate.c's .ob_refcnt = 1 initializer doesn't compile against the free-threaded PyObject header, matching upstream's own PyPI matrix.

Testing

  • same as upstream

License: OK

Built locally on cp310, cp311, cp312, cp313, cp314 (native aarch64 wheels, not riscv64): upstream's own hpy().test() self-test passes on each.

Mirrors upstream's cibuildwheel-based wheel build. Matrix matches
upstream's own published wheels (cp310-cp314, manylinux+musllinux);
cp313t/cp314t are excluded because rootstate.c's `.ob_refcnt = 1`
designated initializer doesn't compile against the free-threaded
PyObject header, which is also why upstream ships no cp313t/cp314t
wheel on PyPI.
luhenry added a commit that referenced this pull request Sep 8, 2026
luhenry added a commit that referenced this pull request Sep 8, 2026
@luhenry
luhenry merged commit 0c8837c into main Sep 8, 2026
15 checks passed
@luhenry
luhenry deleted the guppy3 branch September 8, 2026 08:44
@luhenry luhenry linked an issue Sep 8, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

guppy3 riscv64 support

1 participant